deimos.basetsd

Undocumented in source.

Members

Aliases

DWORD32
alias DWORD32 = uint
Undocumented in source.
DWORD64
alias DWORD64 = ulong
Undocumented in source.
DWORD_PTR
alias DWORD_PTR = ULONG_PTR
Undocumented in source.
HALF_PTR
alias HALF_PTR = short
Undocumented in source.
HALF_PTR
alias HALF_PTR = int
Undocumented in source.
HANDLE_PTR
alias HANDLE_PTR = uint
Undocumented in source.
HANDLE_PTR
alias HANDLE_PTR = ulong*
Undocumented in source.
INT16
alias INT16 = short
Undocumented in source.
INT32
alias INT32 = int
Undocumented in source.
INT64
alias INT64 = long
Undocumented in source.
INT8
alias INT8 = byte
Undocumented in source.
INT_PTR
alias INT_PTR = int
Undocumented in source.
INT_PTR
alias INT_PTR = long
Undocumented in source.
LONG32
alias LONG32 = int
Undocumented in source.
LONG64
alias LONG64 = long
Undocumented in source.
LONG_PTR
alias LONG_PTR = int
Undocumented in source.
LONG_PTR
alias LONG_PTR = long
Undocumented in source.
PDWORD32
alias PDWORD32 = uint*
Undocumented in source.
PDWORD64
alias PDWORD64 = ulong*
Undocumented in source.
PDWORD_PTR
alias PDWORD_PTR = PULONG_PTR
Undocumented in source.
PHALF_PTR
alias PHALF_PTR = short*
Undocumented in source.
PHALF_PTR
alias PHALF_PTR = int*
Undocumented in source.
PINT32
alias PINT32 = int*
Undocumented in source.
PINT64
alias PINT64 = long*
Undocumented in source.
PINT_PTR
alias PINT_PTR = int*
Undocumented in source.
PINT_PTR
alias PINT_PTR = long*
Undocumented in source.
PLONG32
alias PLONG32 = int*
Undocumented in source.
PLONG64
alias PLONG64 = long*
Undocumented in source.
PLONG_PTR
alias PLONG_PTR = int*
Undocumented in source.
PLONG_PTR
alias PLONG_PTR = long*
Undocumented in source.
PSIZE_T
alias PSIZE_T = PULONG_PTR
Undocumented in source.
PSSIZE_T
alias PSSIZE_T = PLONG_PTR
Undocumented in source.
PUHALF_PTR
alias PUHALF_PTR = ushort*
Undocumented in source.
PUHALF_PTR
alias PUHALF_PTR = uint*
Undocumented in source.
PUINT32
alias PUINT32 = uint*
Undocumented in source.
PUINT64
alias PUINT64 = ulong*
Undocumented in source.
PUINT_PTR
alias PUINT_PTR = uint*
Undocumented in source.
PUINT_PTR
alias PUINT_PTR = ulong*
Undocumented in source.
PULONG32
alias PULONG32 = uint*
Undocumented in source.
PULONG64
alias PULONG64 = ulong*
Undocumented in source.
PULONG_PTR
alias PULONG_PTR = uint*
Undocumented in source.
PULONG_PTR
alias PULONG_PTR = ulong*
Undocumented in source.
SIZE_T
alias SIZE_T = ULONG_PTR
Undocumented in source.
SSIZE_T
alias SSIZE_T = LONG_PTR
Undocumented in source.
UHALF_PTR
alias UHALF_PTR = ushort
Undocumented in source.
UHALF_PTR
alias UHALF_PTR = uint
Undocumented in source.
UINT16
alias UINT16 = ushort
Undocumented in source.
UINT32
alias UINT32 = uint
Undocumented in source.
UINT64
alias UINT64 = ulong
Undocumented in source.
UINT8
alias UINT8 = ubyte
Undocumented in source.
UINT_PTR
alias UINT_PTR = uint
Undocumented in source.
UINT_PTR
alias UINT_PTR = ulong
Undocumented in source.
ULONG32
alias ULONG32 = uint
Undocumented in source.
ULONG64
alias ULONG64 = ulong
Undocumented in source.
ULONG_PTR
alias ULONG_PTR = uint
Undocumented in source.
ULONG_PTR
alias ULONG_PTR = ulong
Undocumented in source.
UintToPtr
alias UintToPtr = UIntToPtr
Undocumented in source.
UlongToPtr
alias UlongToPtr = ULongToPtr
Undocumented in source.
__int3264
alias __int3264 = int
Undocumented in source.
__int3264
alias __int3264 = long
Undocumented in source.
__int64
alias __int64 = long
Undocumented in source.

Functions

HandleToLong
int HandleToLong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleToLong
long HandleToLong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleToUlong
uint HandleToUlong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
HandleToUlong
ulong HandleToUlong(void* h)
Undocumented in source. Be warned that the author may not have intended to support it.
IntToPtr
void* IntToPtr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
IntToPtr
void* IntToPtr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
LongToHandle
void* LongToHandle(int h)
Undocumented in source. Be warned that the author may not have intended to support it.
LongToHandle
void* LongToHandle(long h)
Undocumented in source. Be warned that the author may not have intended to support it.
LongToPtr
void* LongToPtr(int l)
Undocumented in source. Be warned that the author may not have intended to support it.
LongToPtr
void* LongToPtr(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToInt
int PtrToInt(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToInt
int PtrToInt(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToLong
int PtrToLong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToLong
long PtrToLong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToShort
short PtrToShort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToShort
short PtrToShort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUint
uint PtrToUint(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUint
uint PtrToUint(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUlong
uint PtrToUlong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUlong
ulong PtrToUlong(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUshort
ushort PtrToUshort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PtrToUshort
ushort PtrToUshort(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
UIntToPtr
void* UIntToPtr(uint ui)
Undocumented in source. Be warned that the author may not have intended to support it.
UIntToPtr
void* UIntToPtr(uint ui)
Undocumented in source. Be warned that the author may not have intended to support it.
ULongToPtr
void* ULongToPtr(uint ul)
Undocumented in source. Be warned that the author may not have intended to support it.
ULongToPtr
void* ULongToPtr(ulong ul)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ADDRESS_TAG_BIT
uint ADDRESS_TAG_BIT;
Undocumented in source.
ADDRESS_TAG_BIT
ulong ADDRESS_TAG_BIT;
Undocumented in source.
MAXHALF_PTR
auto MAXHALF_PTR;
Undocumented in source.
MAXINT_PTR
auto MAXINT_PTR;
Undocumented in source.
MAXLONG_PTR
auto MAXLONG_PTR;
Undocumented in source.
MAXLONG_PTR
auto MAXLONG_PTR;
Undocumented in source.
MAXUHALF_PTR
auto MAXUHALF_PTR;
Undocumented in source.
MAXUINT_PTR
auto MAXUINT_PTR;
Undocumented in source.
MAXULONG_PTR
auto MAXULONG_PTR;
Undocumented in source.
MAXULONG_PTR
auto MAXULONG_PTR;
Undocumented in source.
MINHALF_PTR
auto MINHALF_PTR;
Undocumented in source.
MININT_PTR
auto MININT_PTR;
Undocumented in source.
MINLONG_PTR
auto MINLONG_PTR;
Undocumented in source.
MINLONG_PTR
auto MINLONG_PTR;
Undocumented in source.

Meta